Developer --> Technical Publications
PATHMac OS 8 Developer Documentation > Networking and Communications > AppleShare >

User Authentication Modules


GetClientInfo Callback

Returns information about an AFP client.

pascal ClientInfo *GetClientInfo(short infoType);
infoType
A value the defines the type of information that is being requested. The value of infoType must be one of the following:
enum { kAFPClientInfo = 0, // Information about the client of // an AFP server kPrClientInfo = 1 // Reserved };
DISCUSSION

The GetClientInfo callback routine returns information about an AFP client, such as the versions of AFP that it supports, Gestalt values, and the default user name. If the AFP client does not support the UAMInfo type, GetClientInfo returns nil .


© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)